Add a product of two matrices.
Multiply Vec1 elements with coresponding Vec2 elements and add the result to the calling Matrix. The size of the calling Matrix is set implicitly.
Mul, Add
AddProduct Method